home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / SHELTER275.lha / DOCS / Compile.DOC next >
Text File  |  1994-07-16  |  3KB  |  75 lines

  1.  
  2.  
  3.     If you own RexxPlus, read this...otherwise ignore it.
  4.  
  5.     I have added conditionals in GenMailer and all arexx scripts to use the
  6. RESIDENT or PATHed compiled versions IF they exist in RPDIR:  WITHOUT THE
  7. .REXX EXTENSION.
  8.  
  9.     Most scripts which have internal options will show you what options are
  10. set if run with no options.
  11.  
  12.     Installation:
  13.         Create RexxP and Rpdir directories
  14.         Place RPstart in RexxP:
  15.         Place rexxplslib.library in LIBS:
  16.         Place compiled commands in RPdir:
  17.         Startup-Sequence:
  18.             Assign RexxP: and RPDIR:
  19.             Add RexxP: and RPDIR: to your path
  20.             Use the new S:Start-Arexx which launchs RPstart.
  21.  
  22.     The following is a list of most rexx scripts used in Shelter and Melody
  23. Mailers  as well as Xpack and a few from the R0of System that are usable in
  24. Shelter Mailers.
  25.  
  26.     script      type    res comp    libraries
  27.     ------      ----    --- ----    --------------------
  28.     FLOWHOST    host    no  yes     xferq
  29.     RFH         host    no  yes     xferq
  30.     RFS         cmd     no  no
  31.     FTNSORT     cmd     yes yes
  32.     CALL        cmd     yes yes     xferq RexxDosSupport
  33.     XPACK       cmd     yes yes     xferq RexxDosSupport
  34.     ADDWORK     cmd     yes yes     xferq RexxDosSupport
  35.     XRMV        cmd     no  yes     xferq
  36.     PRODCFG     cmd     no  yes
  37.     XQ          cmd     yes yes     xferq RexxDosSupport
  38.     RFSFILELIST cmd     no  yes
  39.     LAUNCH_BBS  cmd     yes yes
  40.     RFSFREQLIST cmd     yes yes
  41.     FTPNOTE     cmd     no  yes
  42.     FREQNOTE    cmd     no  yes
  43.     SMSG        cmd     yes yes
  44.     SCALL       cmd     yes yes     xferq RexxDosSupport
  45.     WFREQIT-CHECK cmd   no  yes
  46.     XLIST       cmd     yes yes     xferq RexxDosSupport
  47.     XFLO        cmd     yes yes     xferq
  48.     SHOWCACHE   cmd     no  yes     RexxDosSupport
  49.     XEDIT       cmd     no  yes     xferq
  50.     WCHAT       cmd     no  no
  51.     DOOR        cmd     yes yes
  52.     CARRIER     cmd     yes yes
  53.     SHOWAC      cmd     no  yes
  54.     STARTRFS    cmd     no  no
  55.     ACVT        cmd     no  no
  56.     SHELTER     cmd     yes yes     xferq RexxDosSupport
  57.     GENMAILER   cmd     no  yes     RexxDosSupport
  58.     SCTL        cmd     no  yes     rexxreqtools RexxDosSupport 
  59.                                     (c version available)
  60.     SEDIT       cmd     no  yes
  61.     XKILL       cmd     no  yes     xferq RexxDosSupport
  62.     SENDFILE    cmd     yes yes     xferq
  63.     BROWSE      cmd     yes yes     RexxDosSupport
  64.     XCUT        cmd     yes yes     xferq
  65.     READ        cmd     yes yes     RexxDosSupport
  66.  
  67.     Comamndis built as follows:
  68.  
  69.     if libraries:
  70.     RexxP:RexxPlus Mail:rexx/<script>.rexx +UL(<lib>.library,0,-30,0) +BS -MW +VE
  71.     else 
  72.     RexxP:RexxPlus Mail:rexx/<script>.rexx +BS -MW +VE
  73.  
  74.     Rename the exe's in RPDIR:  to remove the .REXX extension.
  75.